home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-11-01 | 341 b | 13 lines | [TEXT/DWat] |
- % xrange xstart xend
- % Fill the x vector with values from xstart to xend
- %
- % ARGUMENTS:
- % xstart -- starting x value
- % xend -- last x value
- %
- % DESCRIPTION:
- % Replace the x vector with x values ranging from xstart to xend.
- %
- % ---------------------------------------------------------------
- hide
- rpn index 1 - npts 1 - / &2 &1 - * &1 + >x